LeviLamina
Loading...
Searching...
No Matches
Xoroshiro128PlusPlus.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCNAPI int64 nextLong();
23 // NOLINTEND
24};
Definition Xoroshiro128PlusPlus.h:5
MCAPI int64 nextLong()
Definition Alias.h:14