Skip to content

Commit a160701

Browse files
committed
fix: Fix pcg64 being named wyrand
1 parent 604cb9f commit a160701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanorand-abi/src/wyrand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
use crate::define_c_api;
22

3-
define_c_api!(pcg64, WyRand, 8);
3+
define_c_api!(wyrand, WyRand, 8);

0 commit comments

Comments
 (0)