mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
big: Add randomized testing.
This commit is contained in:
@@ -70,6 +70,11 @@ demo :: proc() {
|
||||
// r := &rnd.Rand{};
|
||||
// rnd.init(r, 12345);
|
||||
|
||||
// as := cstring("596360079055148742691396559496540363");
|
||||
// bs := cstring("159671292010002348397151706347412301");
|
||||
|
||||
// res := test_div_two(as, bs);
|
||||
// fmt.print(res);
|
||||
// destination, source, quotient, remainder, numerator, denominator := &Int{}, &Int{}, &Int{}, &Int{}, &Int{}, &Int{};
|
||||
// defer destroy(destination, source, quotient, remainder, numerator, denominator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user