mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove unnecessary semicolons.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
ae5280aa8d
commit
d5524fc57b
@@ -47,7 +47,7 @@ struct eigen_random_device {
|
||||
using ReturnType = int;
|
||||
static constexpr int Entropy = meta_floor_log2<(unsigned int)(RAND_MAX) + 1>::value;
|
||||
static constexpr ReturnType Highest = RAND_MAX;
|
||||
static EIGEN_DEVICE_FUNC inline ReturnType run() { return std::rand(); };
|
||||
static EIGEN_DEVICE_FUNC inline ReturnType run() { return std::rand(); }
|
||||
};
|
||||
|
||||
// Fill a built-in unsigned integer with numRandomBits beginning with the least significant bit
|
||||
|
||||
Reference in New Issue
Block a user