package randii

  1. Overview
  2. Docs

Source file num_uint64_4.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
open Types
include Num_uint64_2

type digits = digits_four
type word = word_64

let digits = 4
let rotations_0 = Rotations.make
    ~to_num:of_int
    14
    52
    23
    5
    25
    46
    58
    32

let rotations_1 = Rotations.make
    ~to_num:of_int
    16
    57
    40
    37
    33
    12
    22
    32
OCaml

Innovation. Community. Security.