Implement realnum::rand (#251)
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com> Co-authored-by: Lorenzo <tunedconsulting@gmail.com> * Implement rand. Use the new derive [#default] * Use custom range * Use range seed * Bump version * Add array length checks for
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ pub enum FailedError {
|
||||
DecompositionFailed,
|
||||
/// Can't solve for x
|
||||
SolutionFailed,
|
||||
/// Erro in input
|
||||
/// Error in input parameters
|
||||
ParametersError,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user