Sign in
eigen
/
mirror
/
90dfbc054ed49f7999e506ccd0d8436a61261395
/
.
/
doc
/
snippets
/
MatrixBase_random_int.cpp
blob: bfd3e6bb3380d8e265bca4e743389e1c855d6ec0 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
VectorXi
::
Random
(
2
)
<<
endl
;