Sign in
eigen
/
mirror
/
6f9c2abf31a8f7201edea230f09389c4569291e2
/
.
/
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
;